home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / mtd_103.zip / MT-NEWS.ARJ / MMUV4DOS.DOC < prev   
Text File  |  1993-02-25  |  3KB  |  86 lines

  1.  
  2.                  ╔═══════════════════════════════════════════╗
  3.                  ║     Putting MaxMuv To Work With 4DOS      ║
  4.                  ╠═══════════════════════════════════════════╣
  5.                  ║           by: Thomas Stubbs               ║
  6.                  ╚═══════════════════════════════════════════╝
  7.  
  8. I asked Michael to write MAXMUV for his MAXTOOLS package for 1 very important
  9. reason... I'm a little lazy and did not want to waste time moving file
  10. descriptions every time I move a file that a user has uploaded to the wrong
  11. area.  But if a large number of files need to be moved, the command line
  12. method used with 4dos will instantly give you a menu with tag and shoot 
  13. capability!
  14.  
  15. 4dos is made by JP Software and available on any major shareware BBS.  It is
  16. a replacement for the DOS shell, and has been licensed for use in the Norton
  17. Utilities package and called NDOS.
  18.  
  19. I want to mention two commands internal to 4dos that work well with MAXTOOLS
  20. utilities.  The first is "SELECT".  The select command placed before MAXMUV
  21. on the command line lets you use a point and shoot interface to select the
  22. files to run MAXMUV on.  Select then calls MAXMUV to do its thing for each
  23. file.
  24.  
  25. Example:
  26.  
  27.         SELECT MAXMUV (*.zip) f:\file\graphics
  28.  
  29. would let you select from a list of all ZIP files in the directory,
  30. and copy the ones that should be moved into the correct section.
  31.  
  32. Here is a shot of the Select screen...
  33.  
  34. ┌──────────────────────────────────────────────────────────────────────────┐
  35. │ maxmuv (*.zip) f:\file\graphics                   Marked:    3 files   7 │
  36. │                                                                          │
  37. │  4utilsf.zip     96781  12-22-92   7:40                                  │
  38. │  ab20.zip       251653  12-22-92   7:42                                  │
  39. │  alphaman.zip   105505  12-20-92  17:16                                  │
  40. │ >amy.zip          9948  12-19-92  21:30                                  │
  41. │  appt110.zip     21984  12-22-92   7:44                                  │
  42. │ >budgirls.zip   162534  12-19-92  22:57                                  │
  43. │ >cheetah.zip     65510  12-19-92  22:31                                  │
  44. └──────────────────────────────────────────────────────────────────────────┘
  45.  
  46. Notice the ones I want to MAXMUV are marked with ">".
  47.  
  48. After you "SELECT" the ones that you wish to move, just hit "ENTER" and let
  49. MaxMuv do it's magic. 
  50.  
  51. The next command I will only mention briefly.  The "GLOBAL" 4dos command is
  52. useful for BBS maintenance because it lets you run a command line program in
  53. every subdirectory on the disk, or from one level in the tree on up.  Global
  54. works with several MAXTOOLS utilities, but it works best just to clean up 
  55. *.bak, *.tmp, *.ect files that are taking up valuable upload space.
  56.  
  57. GLOBAL DEL *.BAK!!
  58.  
  59. but be CAREFUL with global.....  GLOBAL DEL *.* could ruin your whole day if
  60. not used properly!
  61.  
  62.  
  63.  
  64.                   ┌──────────────────────────────────────┐
  65.                   │                                      │
  66.                   │  Thomas Stubbs  FidoNet 1:133/125    │
  67.                   │  End Of Eternity BBS (404)892-0282   │
  68.                   │  Your GIF Connection 2400-14400 V.32 │
  69.                   │                                      │
  70.                   └──────────────────────────────────────┘
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.